home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Washington DC Interactive
/
Washington DC Interactive CD-ROM.iso
/
pc
/
Media
/
comp.dxr
/
00014_button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-10-09
|
306 b
|
15 lines
on mouseDown
set btn to the clickOn
puppetSprite(btn, 1)
puppetSound("click")
set the memberNum of sprite btn to 13
set the loc of sprite btn to point(614, 456)
updateStage()
repeat while the stillDown
updateStage()
end repeat
updateStage()
puppetSprite(btn, 0)
go(1, "main")
end